home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
editors
/
emacs
/
xemacs
/
xemacs-1.004
/
xemacs-1
/
xemacs-19.13
/
lisp
/
ilisp
/
scheme2c.mail
/
text0000.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-26
|
440 b
|
18 lines
To get Scheme->C to work under ILisp I had to create my own executable with
the following C foreign function:
#include <stdio.h>
void nobuff(){setbuf(stdout, (char*)0);}
(define-c-external (nobuff) void "nobuff")
(nobuff)
I had to do a similar thing to get SCM to work in an Epsilon process buffer
under DOS.
This may or may not have to do with your problem.
Jeff (home page http://www.cdf.toronto.edu/DCS/Personal/Siskind.html)